home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / tutorial 4 / print.css < prev    next >
Cascading Style Sheet File  |  2011-02-16  |  559b  |  26 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Tutorial Case
  5.  
  6.    Online Scrapbooks Style Sheet for Printed Output
  7.    Author: Leah Grullon
  8.    Date:   February 14, 2011
  9.  
  10.    Filename:         print.css
  11.    Supporting Files: none
  12.  
  13. */
  14.  
  15.  @page {size: 8.5in  11in portrait; margin: 0.5in}
  16.  #head, #links, address {display: none}
  17.  h1, h2, h3, h4, h5, h6 {font-family: sans-serif}
  18.  
  19.  
  20.  #sample_image     {page-break-before: always;
  21.                     text-align: center}
  22.  
  23.  
  24.  #sample_image img {width: 7in; height: 9.1in} 
  25.  
  26.